home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / Shape Smash / shape-smash.swf / scripts / mx / controls / listClasses / IDropInListItemRenderer.as < prev    next >
Encoding:
Text File  |  2010-05-14  |  211 b   |  11 lines

  1. package mx.controls.listClasses
  2. {
  3.    public interface IDropInListItemRenderer
  4.    {
  5.       function set listData(param1:BaseListData) : void;
  6.       
  7.       function get listData() : BaseListData;
  8.    }
  9. }
  10.  
  11.